home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 March / EnterCD 03_2003.iso / Multimedia / IntelliCAD 2001 3.3 / data1.cab / Program_DLLs / DCL.dll / DCL / 136 next >
Encoding:
Text File  |  2003-01-05  |  1.2 KB  |  70 lines

  1. dialog {
  2.       layout          = vertical;
  3.       is_enabled      = false;
  4.  }
  5.  
  6.  cluster {
  7.      // layout          = horizontal;
  8.  }
  9.  
  10.  radio_cluster {
  11.     // layout          = horizontal;
  12.     //  is_enabled      = true;
  13.  }
  14.  
  15.  tile {
  16.     //  layout          = horizontal;
  17.     //  is_enabled      = true;
  18.  }
  19.  
  20.  text  : tile {
  21.       fixed_height    = true;       // inhibit vertical expansion
  22.  }
  23.  
  24.  image : tile {
  25.     is_tab_stop = false ;
  26.  }
  27.  
  28.  button : tile {
  29.       fixed_height    = true;
  30.  //   is_tab_stop     = true;
  31.  }
  32.  
  33.  image_button : button {
  34.    //      fixed_height    = false;
  35.    //     is_tab_stop     = true;
  36.  }
  37.  
  38.  toggle : tile {
  39.       fixed_height    = true;
  40.   //  is_tab_stop     = true;
  41.  }
  42.  
  43.  radio_button : tile {
  44.       fixed_height    = true;
  45.   //  is_tab_stop     = true;
  46.  }
  47.  
  48.  list_box : tile {
  49.  //   is_tab_stop     = true;
  50.       height          = 11;
  51.       width           = 10;
  52. }
  53.  
  54.  edit_box : tile {
  55.       fixed_height    = true;
  56.   //  is_tab_stop     = true;
  57.  }
  58.  
  59.  popup_list : tile {
  60.  //     is_tab_stop     = true;
  61.         fixed_height    = true;
  62.  }
  63.  
  64.  slider : tile {
  65.  //     is_tab_stop     = true;
  66.  }
  67.  
  68.  spacer : tile {
  69.  }
  70.